Add .image-button to the tool buttons in the CSS editor - still
not square.
<property name="icon-name">media-playback-pause-symbolic</property>
<property name="tooltip-text" translatable="yes">Disable this custom CSS</property>
<signal name="toggled" handler="disable_toggled"/>
+ <style>
+ <class name="image-button"/>
+ </style>
</object>
</child>
<child>
<property name="icon-name">document-save-symbolic</property>
<property name="tooltip-text" translatable="yes">Save the current CSS</property>
<signal name="clicked" handler="save_clicked"/>
+ <style>
+ <class name="image-button"/>
+ </style>
</object>
</child>
</object>